home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Tcl-Tk 8.0 / Pre-installed version / tk8.0 / tests / README < prev    next >
Encoding:
Text File  |  1997-08-15  |  1.2 KB  |  31 lines  |  [TEXT/ALFA]

  1. Tk Test Suite
  2. --------------
  3.  
  4. SCCS: @(#) README 1.2 96/03/27 08:52:21
  5.  
  6. This directory contains a set of validation tests for Tk.
  7. Each of the files whose name ends in ".test" is intended to
  8. fully exercise one or a few Tk features.  The features
  9. tested by a given file are listed in the first line of the
  10. file.  The test suite is nowhere near complete yet.  Contributions
  11. of additional tests would be most welcome.
  12.  
  13. You can run the tests in two ways:
  14.     (a) type "make test" in the directory ../unix; this will run all of
  15.         the tests.
  16.     (b) start up tktest in this directory, then "source" the test
  17.         file (for example, type "source pack.test").  To run all
  18.     of the tests, type "source all".
  19. In either case no output will be generated if all goes well, except
  20. for a listing of the tests.  If there are errors then additional
  21. messages will appear.
  22.  
  23. For more details on the testing environment, see the README
  24. file in the Tcl test directory.
  25.  
  26. You can also run a set of visual tests, which create various screens
  27. that you can verify visually for appropriate behavior.  The visual
  28. tests are available through the "visual" script:  if you invoke this
  29. script, it creates a main window with a bunch of menus.  Each menu
  30. runs a particular test.
  31.